Skip to content

Conversation

@mikkurogue
Copy link

Implement simple cell editing that edits the record from the datatable data in place. Provide the onEdit callback to allow hooking external logic to the featureset.

This is mostly a small version of the grander feature as has been discussed at length in some issues where a workaround was suggested to use the render function of the column. However, this appears to be very cumbersome to do and maintain. In this case, I belive that I speak for others too, that this may be a good core feature of the datatable with room for expansion in the future.

This addresses the issue #610 but I don't believe this would close it fully.

I wonder what else there may be that is missing for the first iteration/basic version of this featureset.

Let me know and I'll try to make some time to implement or fix anything new.

I have added an example page to demonstrate it with the basic implementation, this is insipired by but not really the same thing as my provided snippet in the linked issue.

Implement simple cell editing that edits the record from the datatable
data in place. Provide the onEdit callback to allow hooking external
logic to the featureset.

This is mostly a small version of the grander feature as has been
discussed at length in some issues where a workaround was suggested to
use the render function of the column. However, this appears to be very
cumbersome to do and maintain. In this case, I belive that I speak for
others too, that this may be a good core feature of the datatable with
room for expansion in the future.
@codesandbox
Copy link

codesandbox bot commented Nov 12, 2025

Review or Edit in CodeSandbox

Open the branch in Web EditorVS CodeInsiders

Open Preview

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant